home *** CD-ROM | disk | FTP | other *** search
-
-
-
- iiiillllVVVVkkkkEEEEssssttttaaaabbbblllliiiisssshhhhEEEErrrrrrrroooorrrrHHHHaaaannnnddddlllleeeerrrr((((3333)))) IIIImmmmaaaaggggeeeeVVVViiiissssiiiioooonnnn LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll
-
-
-
- NNNNAAAAMMMMEEEE
- iiiillllVVVVkkkkEEEEssssttttaaaabbbblllliiiisssshhhhEEEErrrrrrrroooorrrrHHHHaaaannnnddddlllleeeerrrr - seting up an IL error handler for ViewKit
-
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <il/ilVkError.h>
-
- void ilVkEstablishErrorHandler(int flags=0)
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- This function calls iiiillllSSSSeeeettttEEEErrrrrrrroooorrrrHHHHaaaannnnddddlllleeeerrrr() to establish an error handler
- that will post a dialog for any IL diagnostic messages generated by calls
- to iiiillllEEEErrrrrrrroooorrrr(). The default behavior is to post message to _s_t_d_e_r_r.
-
- The type of dialog posted depends on the severity of the message:
- VkInfoDialog for _M_M__I_N_F_O, VkWarningDialog for _M_M__W_A_R_N_I_N_G, VkErrorDialog
- for _M_M__E_R_R_O_R and VkFatalErrorDialog for _M_M__H_A_L_T.
-
- Possible values for the _f_l_a_g_s parameter are any logical OR of the
- following enumerants:
-
- _i_l_V_k_E_r_r_o_r_E_x_i_t_O_n_E_r_r_o_r If set, then exit on errors; fatal errors will
- always exit. By default the error handler will
- post the dialog and continue; when this flag is
- set the handler will post and wait for the dialog
- to be dismissed, then call eeeexxxxiiiitttt().
-
- _i_l_V_k_E_r_r_o_r_S_h_o_w_I_n_f_o If set, then display informational messages; by
- default MM_INFO class messages will be ignored.
-
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- ilError(3), VkInfoDialog(3x), VkWarningDialog(3x), VkErrorDialog(3x),
- VkFatalErrorDialog(3x)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-